home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library / Microsoft Programmer's Library (CD-ROM Database)(125-099-008)(Version 1.1a)(CDRM 162100)(1989).iso / SAMPCODE / OS2SDK11 / TK4 / MSGBOX / README < prev   
Text File  |  1989-02-20  |  810b  |  24 lines

  1. Comments about MSGBOX
  2.  
  3. The MSGBOX program brings up a dialog box that allows the user to
  4. experiment with all possible combinations of message box styles.
  5.  
  6. There are three groups of radio buttons corresponding to the button
  7. configuration, icon displayed, and default button values.  One choice
  8. of each of these determines the look of the message box.  The style
  9. value computed from these choices is displayed in the Message Box
  10. Style edit box.  The return value of the WinMessageBox() routine is
  11. displayed in the Return Code box.  The "Show Box" button is used to 
  12. cause a message box to be displayed.
  13.  
  14. File List:
  15.  
  16. MSGBOX        Makefile
  17. MSGBOX.C    Source file
  18. MSGBOX.DEF    Definition file
  19. MSGBOX.EXE    Executable
  20. MSGBOX.H    Header file
  21. MSGBOX.RC    Resource file
  22. MSGBOX.SYM    Symbol file
  23. README        This file
  24.